home *** CD-ROM | disk | FTP | other *** search
/ Emuladores 7 / EMULADORES_7.iso / interface / md.000 / scripts / DefineButton2_84 / BUTTONCONDACTION on(release).as
Text File  |  2004-08-28  |  327b  |  7 lines

  1. on(release){
  2.    getUrl("FSCommand:Browser.SetPos", "1,77");
  3.    getUrl("FSCommand:Browser.SetSize", "790,453");
  4.    getURL("FSCommand:Browser.SetURL","http://www.digerati.com.br/geek/modules.php?op=modload&name=News&file=article&sid=" + eval("id" + count) + "&mode=thread&order=0&thold=0");
  5.    fscommand("Browser.Open");
  6. }
  7.